.sh-product-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}

.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 0px !important;
  left: 0px !important;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}

.sh-product-plus-minus-button {
  border-radius: 4px !important;
}

.sh-solid-button {
  border-radius: 4px;
}

.sh-category-card > a > div {
  padding: 6px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}

.sh-category-card > a > div:hover {
  border: 1px solid #29a56c !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-category-card:nth-child(3n-2) > a > div {
  background-color: #ecffec !important;
}

.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #fffceb !important;
}

.sh-category-card:nth-child(3n) > a > div {
  background-color: #feefea !important;
}

.sh-category-card > a > div > p {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}

@media only screen and (max-width: 600px) {
  .sh-category-card > a > div > p {
    line-height: 20px;
    font-size: 14px;
    min-height: 40px;
  }
}

.sh-row-title-divider {
  display: none !important;
}

.pr-long-card {
  padding: 0px;
}

.pr-card-content {
  padding: 4px 8px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.banner .collection-image {
  width: 100%;
  border-radius: 16px;
  padding: 2px;
}

.cat-card {
  padding: 4px;
}

@media screen and (max-width: 480px) {
  .product-card {
    width: calc(46% - 5px) !important;
    margin-right: 8px !important;
  }
}

@media (max-width: 640px) {
  .section {
    border-radius: 8px 8px 4px 4px;
    margin: 8px 6px;
  }
}

.section-heading-container {
  justify-content: left;
  align-items: baseline;
}

@media screen and (max-width: 640px) {
  .section-heading-container {
    margin: 12px 0px;
  }
}

.section-heading::after {
  display: none;
  margin: 0px;
}

.section-heading-viewall {
  display: block !important;
  font-size: 15px !important;
  color: #0263cc !important;
}

.section-heading-viewall::after {
  display: inline-flex;
  align-items: center;
  padding: 2px 5px;
  background-color: #007bff;
  color: #fffceb;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.3s;
  font-weight: bold;
  content: "➔";
  margin-left: 5px;
  transition: transform 0.3s;
  margin-top: 1px;
}

.prod-collection-container .view-all {
  display: none;
}

.banner-collection,
sh-banner-collection-card,
sh-mini-banner-collection-card {
  padding: 0px 8px;
}

.three-column-footer__footer {
  display: none;
}

.BannerCollection-component {
  padding: 8px 8px !important;
}
.sh-mini-banner-collection-card {
  padding: 0px 4px !important;
}
@media screen and (max-width: 600px) {
  .cat-card {
    padding: 6px !important;
  }
}
.three-col-footer__footer {
  background-color: var(--footer-main);
  color: var(--footer-contrast-text);
}
